Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dxr requirement from 0.4.0 to 0.6.2 #25

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Updates the requirements on dxr to permit the latest version.

Release notes

Sourced from dxr's releases.

Release 0.6.2

This release introduces support for serializing / deserializing XML-RPC structs that have members with names that are reserved keywords in Rust (using the standard raw identifier syntax).

The oldest supported Rust version was bumped to 1.67.0 to match the time crate.


Thanks to @​pendulum-project, @​elementary, @​tweedegolf, @​Conan-Kudo, @​sdroege, @​quot, and a mystery sponsor for supporting my work.

Changelog

Sourced from dxr's changelog.

Release 0.6.2

This release introduces support for serializing / deserializing XML-RPC structs that have members with names that are reserved keywords in Rust (using the standard raw identifier syntax).

The oldest supported Rust version was bumped to 1.67.0 to match the time crate.

Release 0.6.1

This release slightly improves interoperability with other XML-RPC implementations. Some implementations line-wrap base64-encoded strings in the <base64> type, which is now supported. Previous releases of dxr rejected base64 values that included any whitespace.

Release 0.6.0

This release includes changes from v0.6.0-beta.1 and v0.6.0-beta.2.

Internal changes:

This version introduces new helper functions for serializing and deserializing XML in an effort to produce consistent output that is compatible with the widest range of other XML-RPC implementations (some of which don't support self-closing XML tags).

Notably, quick-xml versions before 0.27 produced self-closing tags only in some circumstances (like <nil/> values), but not others (like empty string values: <value><string></string></value>). Versions 0.27 and newer fixed this issue by consistently writing self-closing tags. Version 0.30 added a custom deserializer setting to expand these tags instead of writing self-closing tags, which is what the newly introduced helper function uses.

Updated:

  • quick-xml dependency was updated from v0.25 to v0.30.

Release 0.6.0-beta.2

Changed:

  • A custom PartialEq implementation for <struct> was added, which now properly ignores the order of struct members.
  • The number of closures was reduced by replacing with plain functions, where possible.
  • The implementation of TryFromValue and TryToValue for Cow<'a, T> was fixed for T = str, which previously was not covered.

Internal changes:

  • The script for generating the test coverage report now also runs the example binaries.
  • The test suite is now much more comprehensive, resulting in >95% test coverage for the dxr crate.

... (truncated)

Commits
  • 574eacf Release 0.6.2
  • 9055801 cargo: bump MSRV to 1.67.0
  • 5dff018 deps: update all
  • 9b4f7c5 unescaped field ident for TryFromValue & TryToValue
  • 02eae68 Release 0.6.1
  • 0dddf30 dxr: strip optional whitespace when decoding base64 strings
  • a7eb93c derive: remove noop into_iter calls
  • f585ebe Release 0.6.0
  • 9cfd02a dxr: fix failure to compile tests when "dxr/derive" is disabled
  • a7f9c82 dxr: replace deprecated wrapper functions for base64 encode / decode
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dxr](https://github.com/ironthree/dxr) to permit the latest version.
- [Release notes](https://github.com/ironthree/dxr/releases)
- [Changelog](https://github.com/ironthree/dxr/blob/main/CHANGELOG.md)
- [Commits](ironthree/dxr@0.4.0...0.6.2)

---
updated-dependencies:
- dependency-name: dxr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2024

Looks like dxr is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jul 13, 2024
@dependabot dependabot bot deleted the dependabot/cargo/dxr-0.6.2 branch July 13, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants